ContainsKey Method

Summary
Determines whether the DictionaryWithEvents<TKey,TValue> contains the specified key.
Syntax
C#
VB
C++
public bool ContainsKey( 
   TKey key 
) 
public: 
bool ContainsKey(  
   TKey^ key 
)  
Public Function ContainsKey( 
   ByVal key As TKey 
) As Boolean 

Parameters

key
The key to locate in the DictionaryWithEvents<TKey,TValue>.

Return Value

true if the Dictionary{TKey, TValue} contains an element with the specified key; otherwise, it is false.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.